(map_keymap): Don't abort when binding is a vector.
authorJohn Paul Wallington <jpw@pobox.com>
Fri, 3 Oct 2003 08:30:05 +0000 (08:30 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Fri, 3 Oct 2003 08:30:05 +0000 (08:30 +0000)
src/keymap.c

index 54dd942c7e272fce6859aa8afb1c2e0c2af32a44..5f1f2a3f3a3e093fa1e8ef6f41f4db571d25a940 100644 (file)
@@ -695,7 +695,6 @@ map_keymap (map, fun, args, data, autoload)
          /* Loop over the char values represented in the vector.  */
          int len = ASIZE (binding);
          int c;
-         abort();
          for (c = 0; c < len; c++)
            {
              Lisp_Object character;